Skip to content

cpuminer "aurum" for cpu mining

Latest
Compare
Choose a tag to compare
@bitnet-io bitnet-io released this 20 Dec 02:48
· 5 commits to aurum since this release

based off of pomelo algorithm

https://www3.ntu.edu.sg/home/wuhj/research/pomelo/POMELO-v2-2015-04-13.pdf

01-11-2024 now supports macos + windows + linux + appimage for linux

for wallet mining

./cpuminer --algo aurum -o http://127.0.0.1:9332 -u 1 -p 1 --coinbase-addr=YOUR_DEPOSIT_ADDRESS_HERE_FROM_BITNET-QT

for pool mining

./cpuminer -a aurum -o stratum+tcp://bnomp.io:3333 -u your-deposit-address-here -p x

AppImage requires "fuse" using

apt-get update
apt install libfuse-dev

for debian and ubuntu 22.04 systems natively using libcrypto.so.3

apt-get update
apt-get install libssl-dev libssl3

work around for systems on Ubuntu 20.04
cp -rf /usr/lib/x86_64-linux-gnu/libcrypto.so /usr/lib/x86_64-linux-gnu/libcrypto.so.3
ldconfig